home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / taxpln.arc / COPYONE.BAT < prev    next >
DOS Batch File  |  1987-03-20  |  816b  |  19 lines

  1. echo off
  2. cls
  3. echo Tax-Planner copy routine to be used on a one diskette drive computer.
  4. echo If you have two diskette drives you should press ctrl+break and stop
  5. echo the copy procedure.  Start over with the COPYTWO.BAT file by entering the
  6. echo command COPYTWO.  If you do not have a diskette that has been formatted
  7. echo and contains the DOS system files you should ctrl+break, prepare the new
  8. echo diskette by formatting it with the FORMAT A:/S command, then start this
  9. echo procedure again.
  10. pause
  11. echo Copying Startup Files to Work Diskette...
  12. copy TP87.BAT B:/v >nul
  13. copy CONFIG.SYS B:/v >nul
  14. copy AUTOEXEC.BAT B:/v >nul
  15. echo Copying Tax-Planner Files to Work Diskette...
  16. copy *.EXE B:/v >nul
  17. echo All done now ... place a write protect tab on this diskette and use it as
  18. echo a backup copy.
  19.